home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 953 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: kd6ozk.soca.ca.us.na!lwilliam
  2. From: lwilliam@pioneer.arc.nasa.gov (Tom)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: Making 1541 Disks
  5. Date: 19 Jan 1996 18:54:38 GMT
  6. Organization: NASA Ames Research Center
  7. Message-ID: <4dopde$sgp@onramp.arc.nasa.gov>
  8. References: <4dn25g$h0s@cantua.canterbury.ac.nz>
  9. NNTP-Posting-Host: arc-tac1-slip11.nsi.nasa.gov
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. David M. E. Ingram (ingramdm@elec.canterbury.ac.nz) wrote:
  13. : Hi all,
  14.  
  15. : This week I
  16. : bought an SX-64 and thus would like to transfer .D64 and .P00 files onto
  17. : floppies.
  18.  
  19. Dave,
  20.  
  21. Unless you can obtain master control of the serial interface, I'm afraid
  22. X1541 won't help you.  It would be like connecting two C64's to one disk
  23. drive.
  24.  
  25. As for 64Net, I'm not familiar with that.
  26.  
  27. However, if you have an RS-232 adapter for your SX-64, or just a modem
  28. (though you're looking at slow transfers either way), you can transfer the
  29. .D64 images to the 1541 with some simple BASIC.
  30.  
  31. A .D64 image is nothing more than an exact image of a 1541 disk, minus the
  32. sector and track header information.  Data are stored in the same locations
  33. in the .D64 file as they are on a 1541 disk.  Therefore, reading the .D64
  34. file in 256-byte chunks, then writing each chunck to the appropriate sector
  35. on the disk, will create a useable 1541 disk.  The 1541 cannot be opened as
  36. a standard file, as you won't have access to track 18 and must give control
  37. to the 1541, but must be controlled by the SX-64 and block-written.
  38.  
  39. Alternately, I believe there is a utility for the PC that will extract
  40. individual files from a .D64 or .T64 file, then you can use any terminal
  41. program capable of binary transfers to move them, but this won't work for
  42. programs that store some data outside the EOF marker or otherwise protected
  43. files.
  44.  
  45. Hope this helps.
  46. Tom
  47. lwilliam@pioneer.arc.nasa.gov
  48.